home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / DOT46.ZIP / commands.ini < prev    next >
INI File  |  1996-09-06  |  8KB  |  233 lines

  1. [Commands]
  2. n0=#floodlow start
  3. n1=1:version:{
  4. n2=  if %ctcps == 2 .ignore -tu15 *
  5. n3=  inc %ctcps
  6. n4=  .timer99 1 10 /unset %ctcps
  7. n5=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  8. n6=  if %clog == enabled { 
  9. n7=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  10. n8=    set %ctcplog $read -l7 ctcps.log
  11. n9=    if %ctcplog != $null { write -dl7 ctcps.log }
  12. n10=  }
  13. n11=  halt
  14. n12=}
  15. n13=1:sound:{
  16. n14=  if %ctcps == 2 .ignore -tu15 *
  17. n15=  inc %ctcps
  18. n16=  .timer99 1 10 /unset %ctcps
  19. n17=  echo 6 -s [ [ $+ [ $parms ] $+ ] ] from $nick at $address
  20. n18=  if %clog == enabled {
  21. n19=    .write -il1 ctcps.log $adate $timestamp $parms from $nick at $address
  22. n20=    set %ctcplog $read -l7 ctcps.log
  23. n21=    if %ctcplog != $null { write -dl7 ctcps.log }
  24. n22=  }
  25. n23=  if %sound == disabled halt
  26. n24=}
  27. n25=1:dcc accept:{
  28. n26=  if %ctcps == 2 .ignore -tu15 *
  29. n27=  inc %ctcps
  30. n28=  .timer99 1 10 /unset %ctcps
  31. n29=  echo 6 -s [ [ $+ [ $parms ] $+ ] ] from $nick at $address
  32. n30=  if $parm5 == 19 || %dcc == disabled halt
  33. n31=  if %clog == enabled {
  34. n32=    .write -il1 ctcps.log $adate $timestamp $parm1 $parm2 $parm3 from $nick at $address
  35. n33=    set %ctcplog $read -l7 ctcps.log
  36. n34=    if %ctcplog != $null { write -dl7 ctcps.log }
  37. n35=  }
  38. n36=}
  39. n37=1:dcc chat:{
  40. n38=  if %ctcps == 2 .ignore -tu15 *
  41. n39=  inc %ctcps
  42. n40=  .timer99 1 10 /unset %ctcps
  43. n41=  echo 6 -s [ [ $+ [ $parms ] $+ ] ] from $nick at $address
  44. n42=  if %clog == enabled {
  45. n43=    .write -il1 ctcps.log $adate $timestamp $parm1 $parm2 from $nick at $address
  46. n44=    set %ctcplog $read -l7 ctcps.log
  47. n45=    if %ctcplog != $null { write -dl7 ctcps.log }
  48. n46=  }
  49. n47=  set %spaces $count($parms,$chr(32))
  50. n48=  %spaces = %spaces + 1
  51. n49=  if ($token(%spaces,32,$parms) == 19) || ($parm5 == 19) || (%dcc == disabled) { halt }
  52. n50=}
  53. n51=1:dcc send:{
  54. n52=  if %ctcps == 2 .ignore -tu15 *
  55. n53=  inc %ctcps
  56. n54=  .timer99 1 10 /unset %ctcps
  57. n55=  echo 6 -s [ [ $+ [ $parms ] $+ ] ] from $nick at $address
  58. n56=  if %clog == enabled {
  59. n57=    .write -il1 ctcps.log $adate $timestamp $parm1 $parm2 $parm3 from $nick at $address
  60. n58=    set %ctcplog $read -l7 ctcps.log
  61. n59=    if %ctcplog != $null { write -dl7 ctcps.log }
  62. n60=  }
  63. n61=  set %spaces $count($parms,$chr(32))
  64. n62=  %spaces = %spaces + 1
  65. n63=  if ($token(%spaces,32,$parms) == 19) || ($parm5 == 19) || (%dcc == disabled) { halt }
  66. n64=  unset %spaces
  67. n65=}
  68. n66=1:dcc resume:{
  69. n67=  if %ctcps == 2 .ignore -tu15 *
  70. n68=  inc %ctcps
  71. n69=  .timer99 1 10 /unset %ctcps
  72. n70=  echo 6 -s [ [ $+ [ $parms ] $+ ] ] from $nick at $address
  73. n71=  if %dcc == disabled halt
  74. n72=  if %clog == enabled {
  75. n73=    .write -il1 ctcps.log $adate $timestamp $parm1 $parm2 $parm3 from $nick at $address
  76. n74=    set %ctcplog $read -l7 ctcps.log
  77. n75=    if %ctcplog != $null { write -dl7 ctcps.log }
  78. n76=  }
  79. n77=}
  80. n78=1:clientinfo:{
  81. n79=  if %ctcps == 2 .ignore -tu15 *
  82. n80=  inc %ctcps
  83. n81=  .timer99 1 10 /unset %ctcps
  84. n82=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  85. n83=  sf $nick $parm1 [dot] by residue
  86. n84=  if %clog == enabled {
  87. n85=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  88. n86=    set %ctcplog $read -l7 ctcps.log
  89. n87=    if %ctcplog != $null { write -dl7 ctcps.log }
  90. n88=  }
  91. n89=  halt
  92. n90=}
  93. n91=1:userinfo:{
  94. n92=  if %ctcps == 2 .ignore -tu15 *
  95. n93=  inc %ctcps
  96. n94=  .timer99 1 10 /unset %ctcps
  97. n95=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  98. n96=  sf $nick $parm1 [dot] by residue
  99. n97=  if %clog == enabled {
  100. n98=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  101. n99=    set %ctcplog $read -l7 ctcps.log
  102. n100=    if %ctcplog != $null { write -dl7 ctcps.log }
  103. n101=  }
  104. n102=  halt
  105. n103=}
  106. n104=1:ping:{
  107. n105=  if %ctcps == 2 .ignore -tu15 * 
  108. n106=  inc %ctcps
  109. n107=  .timer99 1 10 /unset %ctcps
  110. n108=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  111. n109=  if %clog == enabled {
  112. n110=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  113. n111=    set %ctcplog $read -l7 ctcps.log 
  114. n112=    if %ctcplog != $null { write -dl7 ctcps.log } 
  115. n113=  } 
  116. n114=}
  117. n115=1:finger:{
  118. n116=  if %ctcps == 2 .ignore -tu15 *
  119. n117=  inc %ctcps
  120. n118=  .timer99 1 10 /unset %ctcps
  121. n119=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  122. n120=  sf $nick $parm1 [dot] by residue
  123. n121=  if %clog == enabled {
  124. n122=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  125. n123=    set %ctcplog $read -l7 ctcps.log
  126. n124=    if %ctcplog != $null { write -dl7 ctcps.log } 
  127. n125=  }
  128. n126=  halt
  129. n127=}
  130. n128=1:time:{
  131. n129=  if %ctcps == 2 .ignore -tu15 *
  132. n130=  inc %ctcps
  133. n131=  .timer99 1 10 /unset %ctcps
  134. n132=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  135. n133=  sf $nick $parm1 $fulldate
  136. n134=  if %clog == enabled {
  137. n135=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  138. n136=    set %ctcplog $read -l7 ctcps.log
  139. n137=    if %ctcplog != $null { write -dl7 ctcps.log }
  140. n138=  }
  141. n139=  halt
  142. n140=}
  143. n141=1:echo:{
  144. n142=  if %ctcps == 2 .ignore -tu15 *
  145. n143=  inc %ctcps
  146. n144=  .timer99 1 10 /unset %ctcps
  147. n145=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  148. n146=  if %clog == enabled {
  149. n147=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  150. n148=    set %ctcplog $read -l7 ctcps.log
  151. n149=    if %ctcplog != $null { write -dl7 ctcps.log } 
  152. n150=  }
  153. n151=  halt
  154. n152=}
  155. n153=1:action:{
  156. n154=  if %ctcps == 2 .ignore -tu15 *
  157. n155=  inc %ctcps
  158. n156=  .timer99 1 10 /unset %ctcps
  159. n157=  halt
  160. n158=}
  161. n159=1:trout:{
  162. n160=  if %ctcps == 2 .ignore -tu15 *
  163. n161=  inc %ctcps
  164. n162=  .timer99 1 10 /unset %ctcps
  165. n163=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  166. n164=  sf $nick $parm1 WHOP! THWACK! SLAP!
  167. n165=  if %clog == enabled {
  168. n166=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  169. n167=    set %ctcplog $read -l7 ctcps.log
  170. n168=    if %ctcplog != $null { write -dl7 ctcps.log }
  171. n169=  }
  172. n170=  halt
  173. n171=}
  174. n172=1:halibut:{
  175. n173=  if %ctcps == 2 .ignore -tu15 *
  176. n174=  inc %ctcps
  177. n175=  .timer99 1 10 /unset %ctcps
  178. n176=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  179. n177=  sf $nick $parm1 Greetings to the #new2irc gang! Why? for the halibut ;)
  180. n178=  if %clog == enabled {
  181. n179=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  182. n180=    set %ctcplog $read -l7 ctcps.log
  183. n181=    if %ctcplog != $null { write -dl7 ctcps.log }
  184. n182=  }
  185. n183=  halt
  186. n184=}
  187. n185=1:*:{
  188. n186=  if %ctcps == 2 .ignore -tu15 *
  189. n187=  inc %ctcps
  190. n188=  .timer99 1 10 /unset %ctcps
  191. n189=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  192. n190=  if %clog == enabled {
  193. n191=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  194. n192=    set %ctcplog $read -l7 ctcps.log
  195. n193=    if %ctcplog != $null { write -dl7 ctcps.log }
  196. n194=  }
  197. n195=  halt
  198. n196=}
  199. n197=#floodlow end
  200. n198=#floodhigh disabled
  201. n199=1:VERSION:{
  202. n200=  ignore -tu10 *
  203. n201=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  204. n202=  if %clog == enabled {
  205. n203=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  206. n204=    set %ctcplog $read -l7 ctcps.log
  207. n205=    if %ctcplog != $null { write -dl7 ctcps.log }
  208. n206=  }
  209. n207=  halt
  210. n208=}
  211. n209=+50:VERSION:{
  212. n210=  ignore -tu5 *!*@ $+ $site
  213. n211=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  214. n212=  if %clog == enabled {
  215. n213=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  216. n214=    set %ctcplog $read -l7 ctcps.log
  217. n215=    if %ctcplog != $null { write -dl7 ctcps.log }
  218. n216=  }
  219. n217=  halt
  220. n218=}
  221. n219=1:*:{
  222. n220=  ignore -tu5 *
  223. n221=  echo 6 -s [ [ $+ [ $parm1 ] $+ ] ] from $nick at $address
  224. n222=  if %clog == enabled {
  225. n223=    .write -il1 ctcps.log $adate $timestamp $parm1 from $nick at $address
  226. n224=    set %ctcplog $read -l7 ctcps.log
  227. n225=    if %ctcplog != $null { write -dl7 ctcps.log }
  228. n226=  }
  229. n227=  sf $nick mIRCapplet [dot] by residue
  230. n228=  halt
  231. n229=}
  232. n230=#floodhigh end
  233.